aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/angle
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 18:17:40 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 18:17:40 +0000
commitb73e0f9b693b5c8c9440a493463f91dd8dd0dcc9 (patch)
tree8e88b1ee8ac59ea844286aeb2e841b723c6abbd1 /src/gpu/gl/angle
parentfacc95a87b4247c53eeb7838dff9b02d60f29fa2 (diff)
Add TexParameteriv entry point so ANGLE interface will validate
Diffstat (limited to 'src/gpu/gl/angle')
-rw-r--r--src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
index d1c933281f..cd1da719e6 100644
--- a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
+++ b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
@@ -96,6 +96,7 @@ const GrGLInterface* GrGLCreateANGLEInterface() {
GR_GET_PROC(GrGLStencilOpSeparateProc, StencilOpSeparate);
GR_GET_PROC(GrGLTexImage2DProc, TexImage2D);
GR_GET_PROC(GrGLTexParameteriProc, TexParameteri);
+ GR_GET_PROC(GrGLTexParameterivProc, TexParameteriv);
GR_GET_PROC(GrGLTexSubImage2DProc, TexSubImage2D);
#if GL_ARB_texture_storage
GR_GET_PROC(GrGLTexStorage2DProc, TexStorage2D);