/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 19 void TestGLES2Interface::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function in cc::TestGLES2Interface
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 130 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures); member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 2752 struct GenTextures { struct 2753 typedef GenTextures ValueType; argument 2754 static const CommandId kCmdId = kGenTextures; argument 2755 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 2757 static uint32 ComputeSize() { in ComputeSize() 2761 void SetHeader() { in SetHeader() 2786 COMPILE_ASSERT(sizeof(GenTextures) == 16, argument
|
D | gles2_cmd_format_test_autogen.h | 1089 TEST_F(GLES2FormatTest, GenTextures) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 467 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function
|
D | gles2_trace_implementation_impl_autogen.h | 312 void GLES2TraceImplementation::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function
|
D | gles2_interface_stub_impl_autogen.h | 168 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { in GenTextures() function
|
D | gles2_implementation_unittest_autogen.h | 505 TEST_F(GLES2ImplementationTest, GenTextures) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 542 void GenTextures( in GenTextures() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 456 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) { in GenTextures() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 2084 KEYWORD1 void KEYWORD2 NAME(GenTextures)(GLsizei n, GLuint * textures) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3770 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures) in GLAPI_PREFIX() argument
|