/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 90 { "glSamplerParameterfv", (deFunctionPtr)glSamplerParameterfv },
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 108 FIND_PROC(glSamplerParameterfv); 214 !glSamplerParameterfv || 326 GL_APICALL void (* GL_APIENTRY glSamplerParameterfv) (GLuint sampler, GLenum pname, const GLfloat* param);
|
gl3stub.h | [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 109 FIND_PROC( glSamplerParameterfv ); 157 || !glSamplerParameteriv || !glSamplerParameterf || !glSamplerParameterfv 459 GL_APICALL void (* GL_APIENTRY glSamplerParameterfv)( GLuint sampler,
|
gl3stub.h | 478 extern GL_APICALL void (* GL_APIENTRY glSamplerParameterfv) (GLuint sampler, GLenum pname, const GLfloat* param) [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 232 gl->samplerParameterfv = &glSamplerParameterfv;
|
glwApi.inl | 333 #define glSamplerParameterfv glwSamplerParameterfv [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 333 gl->samplerParameterfv = glSamplerParameterfv;
|
tcuNullRenderContextFuncs.inl | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 280 void glSamplerParameterfv (deUint32 sampler, deUint32 pname, const float* param);
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeShaderApiTests.cpp | 602 ES3F_ADD_API_CASE(sampler_parameterfv, "Invalid glSamplerParameterfv() usage", 610 glSamplerParameterfv (-1, GL_TEXTURE_WRAP_S, ¶ms); 616 glSamplerParameterfv (sampler, GL_TEXTURE_WRAP_S, ¶ms); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | 638 ctx.glSamplerParameterfv (-1, GL_TEXTURE_WRAP_S, ¶ms); 644 ctx.glSamplerParameterfv (sampler, GL_TEXTURE_WRAP_S, ¶ms); [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/angle/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glprocs.h | 675 "glSamplerParameterfv\0" [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapperApi.inl | 333 void glSamplerParameterfv (glw::GLuint sampler, glw::GLenum pname, const glw::GLfloat* param); [all...] |
gluCallLogWrapper.inl | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | [all...] |