HomeSort by relevance Sort by last modified time
    Searched defs:uniformType (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 39 GLenum uniformType(void * self, GLuint program, GLint location)
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 162 const rsg::VariableType& uniformType = uniformVar->getType();
165 m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSlot.value).value();
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 347 GrSLType uniformType = access.texture()->texturePriv().imageStorageType();
349 uniformType, access.format(), access.memoryModel(), access.restrict(), access.ioType(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 343 IGLProperty uniformType = new GLEnumProperty(GLStateType.UNIFORM_TYPE,
350 uniformName, uniformType, uniformSize, uniformValue);

Completed in 558 milliseconds