Home
last modified time | relevance | path

Searched defs:GenTextures (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
Dtest_gles2_interface.cc19 void TestGLES2Interface::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function in cc::TestGLES2Interface
/external/chromium_org/ppapi/c/
Dppb_opengles2.h130 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures); member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h2752 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
Dgles2_cmd_format_test_autogen.h1089 TEST_F(GLES2FormatTest, GenTextures) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h467 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function
Dgles2_trace_implementation_impl_autogen.h312 void GLES2TraceImplementation::GenTextures(GLsizei n, GLuint* textures) { in GenTextures() function
Dgles2_interface_stub_impl_autogen.h168 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { in GenTextures() function
Dgles2_implementation_unittest_autogen.h505 TEST_F(GLES2ImplementationTest, GenTextures) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h542 void GenTextures( in GenTextures() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc456 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) { in GenTextures() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h2084 KEYWORD1 void KEYWORD2 NAME(GenTextures)(GLsizei n, GLuint * textures) in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h3770 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures) in GLAPI_PREFIX() argument