HomeSort by relevance Sort by last modified time
    Searched refs:glGenSamplers (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/egl/
egluStaticES30Library.inl 83 { "glGenSamplers", (deFunctionPtr)glGenSamplers },
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 474 ES3F_ADD_API_CASE(gen_samplers, "Invalid glGenSamplers() usage",
478 glGenSamplers (-1, &sampler);
487 glGenSamplers (1, &sampler);
494 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
516 glGenSamplers (1, &sampler);
518 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
534 glGenSamplers (1, &sampler);
536 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
551 glGenSamplers (1, &sampler);
553 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.")
    [all...]
es3fLifetimeTests.cpp 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers,
es3fSamplerStateQueryTests.cpp 210 glGenSamplers(1, &m_sampler);
es3fNegativeStateApiTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 498 ctx.glGenSamplers (-1, &sampler);
508 ctx.glGenSamplers (1, &sampler);
515 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers.");
539 ctx.glGenSamplers (1, &sampler);
541 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
558 ctx.glGenSamplers (1, &sampler);
560 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
576 ctx.glGenSamplers (1, &sampler);
578 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
595 ctx.glGenSamplers (1, &sampler)
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 101 FIND_PROC(glGenSamplers);
207 !glGenSamplers ||
319 GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
gl3stub.h 461 extern GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 102 FIND_PROC( glGenSamplers );
155 || !glGetBufferParameteri64v || !glGenSamplers || !glDeleteSamplers
446 GL_APICALL void (* GL_APIENTRY glGenSamplers)( GLsizei count, GLuint* samplers );
gl3stub.h 471 extern GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 446 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers)
tcuNullRenderContextInitFuncs.inl 326 gl->genSamplers = glGenSamplers;
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 225 gl->genSamplers = &glGenSamplers;
glwApi.inl 326 #define glGenSamplers glwGenSamplers
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 273 void glGenSamplers (int count, deUint32* samplers);
  /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 666 "glGenSamplers\0"
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 326 void glGenSamplers (glw::GLsizei count, glw::GLuint* samplers);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 572 #define glGenSamplers MANGLE(GenSamplers)
    [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 572 #define glGenSamplers MANGLE(GenSamplers)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 208 milliseconds

1 2