Searched defs:glTarget (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp688 inline int static GetBufferIndex(GrGLenum glTarget) { argument
689 switch (glTarget) {
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp908 inline int static GetBufferIndex(GrGLenum glTarget) { argument
909 switch (glTarget) {
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp688 inline int static GetBufferIndex(GrGLenum glTarget) { argument
689 switch (glTarget) {
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp902 inline int static GetBufferIndex(GrGLenum glTarget) { argument
903 switch (glTarget) {
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp312 static GLenum glTarget (const Image& img) function in namespace:deqp::gls::FboUtil::config
352 gl.texImage3D(glTarget(cfg), level, cfg.internalFormat.format, w, h, depth, 0,
363 glInitFlat(*t2d, glTarget(*t2d), gl);
409 gl.bindTexture(glTarget(*tex), ret);
411 gl.bindTexture(glTarget(*tex), 0);
701 logField(log, "Type", glu::getTextureTargetName(glTarget(tex)));

Completed in 2533 milliseconds